github.com/klauspost/compress/zstd.fastEncoderDict.allDirty (field)
10 uses
github.com/klauspost/compress/zstd (current package)
enc_dfast.go#L1042: allDirty := e.allDirty
enc_fast.go#L35: allDirty bool
enc_fast.go#L539: if e.allDirty || len(src) > 32<<10 {
enc_fast.go#L541: e.allDirty = true
enc_fast.go#L833: e.allDirty = true
enc_fast.go#L838: if !e.allDirty {
enc_fast.go#L848: if e.allDirty || dirtyShardCnt > shardCnt*4/6 {
enc_fast.go#L854: e.allDirty = false
enc_fast.go#L866: e.allDirty = false
enc_fast.go#L870: e.allDirty = true
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |